home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Demos / Component Software / FileFlex 2.0.3.sit / FileFlex 2.0.3 / FileFlex-Director / FileFlex Xtras / -Validation Suite / 00012_Test Up.ls < prev    next >
Encoding:
Text File  |  1996-07-21  |  254 b   |  13 lines

  1. on mouseUp
  2.   performTests()
  3. end
  4.  
  5. on mouseDown
  6.   set the castNum of sprite 5 to the number of member "Test Down"
  7.   updateStage()
  8.   repeat while the mouseDown
  9.   end repeat
  10.   set the castNum of sprite 5 to the number of member "Test Up"
  11.   updateStage()
  12. end
  13.